home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar / 1998 / May / di9805bm / Unit1.dfm / Unit1.txt
Text File  |  1997-11-25  |  842b  |  44 lines

  1. object Form_AS400Command: TForm_AS400Command
  2.   Left = 200
  3.   Top = 107
  4.   Width = 533
  5.   Height = 143
  6.   Caption = 'AS/400 Command Line'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 16
  17.     Width = 90
  18.     Height = 13
  19.     Caption = 'AS/400 Command:'
  20.   end
  21.   object Edit_AS400Cmd: TEdit
  22.     Left = 8
  23.     Top = 40
  24.     Width = 513
  25.     Height = 21
  26.     TabOrder = 0
  27.     Text = 'Edit_AS400Cmd'
  28.   end
  29.   object Button_SubCmd: TButton
  30.     Left = 208
  31.     Top = 72
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'Submit Cmd'
  35.     TabOrder = 1
  36.     OnClick = Button_SubCmdClick
  37.   end
  38.   object Query_AS400Cmd: TQuery
  39.     DatabaseName = 'ODBC_AS400_GBMACDON'
  40.     Left = 144
  41.     Top = 8
  42.   end
  43. end
  44.